From d5a65523b6696af1866385c81ae341c657e7c397 Mon Sep 17 00:00:00 2001 From: Debian Ruby Team Date: Fri, 7 Feb 2025 21:46:17 +0100 Subject: [PATCH] disable-test-failing-on-arm64 this test is failing on arm64 buildd (sometimes on other archs as well) Gbp-Pq: Name 0016-disable-test-failing-on-arm64.patch --- test/test_plugin_systemd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_plugin_systemd.rb b/test/test_plugin_systemd.rb index 9581585..43e7c16 100644 --- a/test/test_plugin_systemd.rb +++ b/test/test_plugin_systemd.rb @@ -31,7 +31,7 @@ class TestPluginSystemd < TestIntegration super end - def test_systemd_notify_usr1_phased_restart_cluster + def __test_systemd_notify_usr1_phased_restart_cluster skip_unless :fork assert_restarts_with_systemd :USR1 end -- 2.30.2